GET api/superEntity/{superEntityId}/chargecodefunds?chcids[0]={chcids[0]}&chcids[1]={chcids[1]}&date={date}

Get the fund related to the charge codes in the list passed as parameter

Request Information

URI Parameters

NameDescriptionTypeAdditional information
chcids

charge codes ids

Collection of integer

Required

superEntityId

super Entity Id

integer

Required

date

date

date

None.

Body Parameters

None.

Response Information

Resource Description

List of ListFundViewModel

Dictionary of integer [key] and integer [value]

Response Formats

application/json, text/json

Sample:
{
  "1": 2,
  "3": 4
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfintint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfintint>
    <Key>1</Key>
    <Value>2</Value>
  </KeyValueOfintint>
  <KeyValueOfintint>
    <Key>3</Key>
    <Value>4</Value>
  </KeyValueOfintint>
</ArrayOfKeyValueOfintint>